extends AbstractECommerceStoreCollectionResource
The root resource for an e-commerce store. This provides access to categories and products linked to this store See the base class AbstractECommerceStoreCollectionResource for more
Properties
| Name | Returns | Notes | Example |
|---|---|---|---|
| title | String | returns the stores title. |
Methods
| Name | Returns | Notes | Example |
|---|---|---|---|
| searchProducts ( query ) | KSearchResponse | Search for products in this store, defaults to a max of 100 results. Searches in title and content. |
Hide comments